What is Difference between Is and As operator.?
1029
24-Feb-2017
Jonas Stuart
24-Feb-2017Is operator is used to check the compatibility of an object with a given type and it returns the result as Boolean as operator.As operator is used for creating of object to a type or a class.